/* 头部 */
.container {
  width: 100%;
}

.page-top-padding {
    margin-top: var(--nav-height);
}

.nav-login-wrap {
    width: calc(100% - 134px);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header {
    width: 100%;
    font-size: 16px;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0 24px;
    z-index: 999;
    background: #fff;
    box-shadow: 0 0 8px rgba(0,0,0,.2);
}

.header-wrap {
    width: 100%;
    height: var(--nav-height);
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    min-width: 1300px;
}

.logo-wrap {
    width: 134px;
}

.logo-wrap .logo {
    width: 134px;
}

.tel-wrap {
    line-height: var(--nav-height);
}

/* 切换进入模块 */
.tel-wrap .toggle-login {
    float: left;
    cursor: pointer;
    line-height: var(--nav-height);
    position: relative;
    width: 36px;
}

.tel-wrap .toggle-login .toggle-icon {
    width: 18px;
}

.tel-wrap .toggle-login .login-way {
    position: absolute;
    padding: 25px 18px;
    width: 280px;
    left: -220px;
    top: 65px;
    border-radius: 4px;
    background: #fff;
    text-align: left;
    box-shadow: 0 3px 10px 3px rgb(0 0 0 / 7%);
}

.tel-wrap .toggle-login .login-way .login-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 20px;
    padding: 10px;
    margin-bottom: 10px;
}

.h-bg {
    background: #EBECF0;
}

.tel-wrap .toggle-login .login-way .login-nav-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    margin-left: 8px;
    margin-bottom: 8px;
}

.tel-wrap .toggle-login .login-way .login-item .way-icon {
    width: 32px;
    margin-right: 10px;
}

.tel-wrap .toggle-login .login-way .login-item .login-way-desc {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
}

.tel-wrap .toggle-login .login-way .login-item .login-way-desc .login-way-btitle {
    font-weight: 600;
    font-size: 15px;
    color: #1e314d;
}

.tel-wrap .toggle-login .login-way .login-item .login-way-desc .login-way-stitle {
    font-size: 14px;
    color: rgb(119, 119, 119);
}

.login-info {
    float: left;
    cursor: pointer;
    line-height: var(--nav-height);
    position: relative;
    width: 36px;
}

.login-info .perosn-photo {
    width: 24px;
}

.login-info .login-user-name {
    font-size: 14px;
    line-height: 15px;
}

.login-info .login-user-name .admin-user {
    background: #132642;
    color: #fff;
    padding: 15px;
    border-radius: 4px 4px 0 0;
}

.login-info .login-user-name .admin-user .admin-account {
    font-size: 12px;
    margin-top: 5px;
    line-height: 10px;
}

.login-info .login-user-name .log-out {
    padding: 15px;
    font-size: 12px;
    line-height: 10px;
}

.login-info .login-user-name {
    width: 150px;
    position: absolute;
    /* padding: 20px 15px; */
    /* line-height: 0; */
    left: -115px;
    top: 65px;
    border-radius: 4px;
    background: #fff;
    text-align: left;
    box-shadow: 0 3px 10px 3px rgb(0 0 0 / 7%);
}

/***/

.tel-wrap .concat-us {
    height: 21px;
    line-height: 21px;
    padding: 0 15px 0 14px;
    display: inline-block;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.hot-dot {
    /* color: #fff;
    margin-left: 10px;
    background: #FC3933;
    font-style: italic;
    padding: 0px 8px 0px 5px;
    border-radius: 2px;
    font-size: 12px;
    position: absolute;
    top: 0; */

    width: 48px;
    height: 20px;
    background: #0252CC;
    border-radius: 0px 10px 0px 10px;
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
    display: inline-block;
    text-align: center;
    color: #fff;
    margin-left: 8px;
}

.tel-wrap .concat-us .icon {
    height: 16px;
    /* transform: translateY(10%); */
    position: relative;
    top: 0.5px;
    margin-right: 8px;
}

.tel-wrap .experience-btn {
    width: 95px;
    height: 29px;
    font-size: 13px;
    line-height: 29px;
    text-align: center;
    color: #fff;
    border-radius: 15px;
    overflow: hidden;
    margin-left: 20px;
    margin-top: 28px;
    float: right;
}

.tel-wrap .experience-btn .tel-try {
    background-image: linear-gradient(-90deg,#f26060,#e72828);
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1,startColorstr="#f26060",endColorstr="#e72828");
    cursor: pointer;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.tel-wrap .experience-btn1 {
    width: 95px;
    height: 29px;
    font-size: 13px;
    line-height: 29px;
    text-align: center;
	border:1px solid #0252CC;	
    border-radius: 15px;
    overflow: hidden;
    margin-left: 20px;
    margin-top: 28px;
    float: right;
}

.tel-wrap .experience-btn1 .tel-try1 {
    background-color: #fff;
	border-color:#0252CC;
	color:#0252CC;
    /* filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1,startColorstr="#f26060",endColorstr="#e72828"); */
    cursor: pointer;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.tel-wrap .experience-btn .register-try {
    background: #fff;
    border-radius: 20px;
    border-color: #f26060;
    border: 1px solid;
    color:#e72828;
    cursor: pointer;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.header-wrap .nav-wrap {
    height: var(--nav-height);
    padding-left: 30px;
    margin-right: 3.206vw;
    /* float: left; */
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.header-wrap .nav-wrap .nav-list {
    padding: 0 16px;
    position: relative;
}

.header-wrap .nav-wrap .nav-list .nav-skip {
    display: inline-block;
    cursor: pointer;
    border-bottom: 3px solid #fff;
    padding: 26px 0;
    color: var(--text-color-black);
    font-weight: 500;
}

/* 右侧固定栏我要咨询 */
.customer-service {
    position: fixed;
    right: 2px;
    top: 50%;
    margin-top:-34px;
}

.customer-service .service-nav {
    text-align: center;
    width: 70px;
    height: 288px;
    border-radius: 4px;
    background: #0252CC;
    /* filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1,startColorstr="#E72828",endColorstr="#F36262"); */
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.15);
    line-height: 18px;
    color: #fff;
}
.customer-service .service-nav .way,
.customer-service .service-nav .qw {
  width: 100%;
  height: 72px;
  cursor: pointer;
}

.customer-service .service-nav .qw {
    position: relative;
}

.customer-service .service-nav .qw .qi-wrap {
    width: 150px;
    padding: 10px 15px;
    position: absolute;
    left: -150px;
    top: 0;
    background-color: #fff;
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 15%);
    border-radius: 4px;
}
.customer-service .service-nav .qw .qi-wei {
    width: 100%;    
}
.way_line {
  width: 70px;
  height: 1px;
  background: #0252CC;
}
.customer-service .service-nav .way img {
    width: 26px;
    padding-top: 15px;
    padding-bottom: 3px;

}
.customer-service .service-nav .way img,
.customer-service .service-nav .qw img {
    width: 26px;
    padding-top: 15px;
    padding-bottom: 3px;

}
.way-text {
  font-size: 12px;
}
#call_content {
    position: absolute;
    left: -140px;
    top: 68px;
    display: none;
    float: left;
    margin-right: 10px;
    padding: 5px 10px;
    text-align: left;
    width: 140px;
    height: 80px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.15);
}
.community_content {
  position: absolute;
    left: -140px;
    top: 105px;
    display: none;
    float: left;
    margin-right: 10px;
    padding: 10px;
    text-align: left;
    width: 140px;
    height: 255px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.15);
}
.list_text {
  font-weight: bolder;
}
.customer-service .content .list {
    margin-bottom: 5px;
    overflow: hidden;
    text-align: left;
} 

.customer-service .content .list img {
    vertical-align: middle;
}

.customer-service .content .list span {
    color: #333;
    font-size: 16px;
    line-height: 25px;
}
.list>img {
  margin-left: 10px;
}
.customer-service .content .list .margin-lt {
    line-height: 24px;
    color: #0252CC;
    font-size: 16px;
    font-weight: bold;
}
.time {
  font-size: 12px;
  color: #808080;
  width: 100%;
  text-align: left;
  line-height: 0;
  margin-bottom: 20px;
  margin-top: 10px;
}
.times {
  font-size: 12px;
  color: #808080;
  width: 100%;
  text-align: center;
  line-height: 0;
  margin-bottom: 20px;
  margin-top: 10px;
}
.list_title>img{
  vertical-align: middle;
}
.list_title {
  margin-left: 10px;
}
.list_title>span{
  color: #333;
  font-size: 13px;
  font-weight: bolder;
}
.button_java,.button_php {
  width: 116px;
  height: 30px;
  border-radius: 30px;
  border: 1px solid #0252CC;
  color: #0252CC;
  font-size: 12px;
  line-height: 26px;
  text-align: center;
  margin: 10px 3px;
  cursor: pointer;
}
.button_java:hover{
  background-color: #0252CC;
  color: #fff;
}
.button_php:hover{
  background-color: #0252CC;
  color: #fff;
}
.customer-service .go-top {
    cursor: pointer;
    margin-top: 32px;
    margin-left: 10px;
    width: 44px;
    height: 44px;
    background: #fff;
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.15);
}

.customer-service .content .list .flock {
    color: #333;
    line-height: 40px;
    display: inline-block;
}

/* 导航修改 */

.nav-wrap .slide-product-nav {
    position: relative;
    /* height: 52px !important; */
}

.nav-wrap .slide-solution-nav {
    position: relative;
    /* height: 52px !important; */
}

.release {
    width: 65px;
    background:linear-gradient(-90deg,#f8e1be,#faf5f1);
    font-size: 14px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    color: #a56e22;
    display: inline-block;
}

.nav-wrap .nav-service {
    position: relative;
    height: 52px !important;
}

.header .slide-nav {
    width: 334px;
    position: absolute;
    top: var(--nav-height);
    left: 50%;
    margin-left: -50px;
    border-radius: 4px;
    background: #fff;
    text-align: left;
    box-shadow: 0 3px 10px 3px rgba(0,0,0,.07);
}

.header .slide-product {
    width: 920px;
    overflow: hidden;
    padding-left: 20px;
    padding-top: 20px !important;
    padding-bottom: 10px;
}

.header .slide-solution {
    width: 920px;
    overflow: hidden;
    padding-left: 20px;
    padding-top: 20px !important;
    padding-bottom: 10px;
}

.nav-slide-item-three {
    width: 203px !important;
}

.nav-box {
    display: flex;
    flex-direction: column;
    padding-left: 20px;
}

.nav-btitle-top {
    font-size: 14px;
    font-weight: bold;
}

.nav-box img {
    width: 40px;
    height: 40px;
    margin-bottom: 5px;
}

.header .slide-new {
    width: 920px;
    overflow: hidden;
    padding-bottom: 10px;
}

.nav-box .nav-stitle:hover {
    color: #0252CC;
    text-decoration: none !important;
}

.header .slide-product > .nav-slide-item {
    float: left;
    padding: 15px 15px; 
    margin-bottom: 10px;
    width: 294px;
}

.header .slide-solution > .nav-slide-item {
    float: left;
    padding: 15px 20px; 
    margin-bottom: 10px;
    width: 294px;
}

.nav-slide-item {
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px;
    width: 294px;
}

.nav-icon {
    width: 22px;
    height: 22px;
    display: inline-block;
    margin-left:10px;
    margin-right: 10px;
}

/* .lf {
    float: left;
}

.rt {
    float: right;
} */

.nav-stitle {
    color: #777777;
    font-size: 13px;
    margin-top: 10px;
}

.nav-btitle {
    width: 203px;
    line-height: 22px;
    border-bottom: 1px solid #DFE1E6;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
}

.sub-nav {
    margin-bottom: 5px;
}


/* message */
.parent-tips{
    position: absolute;
    left: 0;
    right: 0;
    top: -50px;
    /* top: 80px; */
}
.global-msg-tips {
    z-index: 30;
    margin:0 auto;
    width: 380px;
    height: 50px;
    color: #fff;
    font-size: 16px;
    animation: tips_animate 3s ease-in-out;
    border-radius: 6px;
    display: flex;
    align-items: center;
    padding: 0 20px;
  }
.global-msg-tips img{
      width:16px;
      height:16px;
      margin-right:10px;
  }
@keyframes tips_animate {
    0% {
      transform: translateY(0px);
    }
    10% {
        transform: translateY(140px);
    }
    20% {
        transform: translateY(140px);
    }
    30% {
        transform: translateY(140px);
    }
    40% {
        transform: translateY(140px);
    }
    50% {
        transform: translateY(140px);
    }
    60% {
        transform: translateY(140px);
    }
    70% {
        transform: translateY(140px);
    }
    80% {
        transform: translateY(140px);
    }
    90% {
        transform: translateY(140px);
    }
    100% {
      transform: translateY(0px);
    }
  }
.warn {
    background-color: #FDF6EC;
    border:1px solid #FAECD8;
    color: #E7A75E;
}

.success {
    background-color: #F0F9EB;
    border:1px solid #E1F3D8;
    color:#67C23A;
}
.error{
    background-color: #FEF0F0;
    border:1px solid #FDE2E2;
    color:#F56C6C;
}

.hide{
  display: none!important;
}

/* 产品菜单 */
.menu-title {
    text-align: center;
    margin-bottom: 20px;
}

.menu-btitle {
    color: #253858;
    font-size: 18px;
    font-weight: 800;
}

.menu-stitle {
    color: #56657F;
    font-size: 14px;
}

.menu-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.menu-list .menu-item {
    width: 200px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    /* margin: 0 20px; */
    /* background: #FDFDFD; */
    /* box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16); */
    border-radius: 4px;
    /* margin-bottom: 10px; */
    /* padding: 10px 15px; */
}

.menu-list .menu-item .menu-title-icon {
    width: 64px;
    height: 64px;
    margin-right: 10px;
}

.new-icon-block .menu-item {
    margin-bottom: 15px;
}

.new-icon-block .menu-item .menu-title-icon {
    width: 30px;
    height: 30px;
}
.menu-title-icon-videos{
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(235, 236, 240);
    margin-right: 8px;
}
.new-icon-block-videos .menu-item{
    margin-top: 12px;
}
.new-icon-block-videos .menu-item .menu-title-icon{
    width: 15px;
    height: 15px;
    margin-bottom: 0;
    margin-right: 0;
}

.menu-list .menu-item .menu-item-title .menu-item-btitle {
    font-size: 14px;
    color: #253858;
    font-weight: 800;
}

.menu-list .menu-item .menu-item-title .menu-item-stitle {
    font-size: 12px;
    color: #6c798f;
    margin-top: 3px;
    margin-bottom: 5px;
}

.menu-list .menu-item .menu-item-title button {
    color: #0252CC;
    font-size: 12px;
}

.child-nav {
    width: 14px;
    transform: rotate(0deg);
    margin-left: 5px;
    display: inline-block;
}

.menu-item-wrap {
    /* margin-right: 20px; */
}

.menu-item-wrap .block-title {
    color: var(--text-color-black);
    font-size: 16px;
    font-weight: 800;
    border-bottom: 1px solid #DFE1E6;
    margin-bottom: 12px;
    padding-bottom: 15px;
}

/* 资源菜单 */
